home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / domacnost a kancelar / actual / atwsetup.exe / {app} / en.chm / features / ontop.php < prev    next >
PHP Script  |  2007-04-16  |  2KB  |  38 lines

  1. <?
  2. require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
  3. $APPLICATION->SetTitle("Stay on Top");
  4. ?>
  5. <h1>Stay on Top</h1>
  6. <p><i><b>Available in</b>:
  7. <a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
  8. <a href="http://www.actualtools.com/products/index.php#atw">Actual Transparent Window</a>,
  9. <a href="http://www.actualtools.com/products/index.php#atb">Actual Title Buttons</a>,
  10. <a href="http://www.actualtools.com/products/index.php#asm">Actual Window Menu</a>,
  11. <a href="http://www.actualtools.com/products/index.php#awr">Actual Window Rollup</a>,
  12. <a href="http://www.actualtools.com/products/index.php#awg">Actual Window Guard</a>.
  13. </i></p>
  14. <p>The <i><b>Stay on Top</b> action</i> allows you to keep the selected window on top of your other open windows so that
  15. it's <i>always</i> accessible and <i>never</i> covered by them - even when it becomes <a href="activate.php">inactive</a>.
  16. </p>
  17. <p align="center">
  18. <img border="0" src="http://www.actualtools.com/images/feat_stayontop.gif" width="709" height="525" alt="Pin any window to keep it over others."/>
  19. </p>
  20. <p><i>Hint</i>  The <i><b>Stay on Top</b> action</i> is appropriate for windows that monitor some activity and
  21. as such must always remain visible, and times when you need to drag-and-drop objects and information from one window to
  22. another: just make the target window <b>"Stay on Top"</b> to prevent the source window from covering it up when you
  23. activate the source window by starting the drag-and-drop procedure.
  24. </p>
  25. <p><i>Related actions:
  26. <a href="rollup.php">Rollup</a>,
  27. <a href="transparency.php">Change Transparency</a>,
  28. <a href="ghost.php">Ghost</a>.
  29. </i></p>
  30. <p><i>Possible triggers:
  31. <a href="titlebuttons.php#ontop">Title Buttons</a>,
  32. <a href="windowmenu.php#ontop">Window Menu</a>,
  33. <a href="startup.php">Startup</a>.
  34. </i></p>
  35. <?
  36. require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
  37. ?>
  38.